home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / frame_588 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  278 b   |  17 lines

  1. i = 1;
  2. while(i <= oppTotal)
  3. {
  4.    if(this["oppc" + i].killStatus == false)
  5.    {
  6.       this["oppc" + i].gotoAndPlay("stop");
  7.    }
  8.    i++;
  9. }
  10. if(powerUpUse == true)
  11. {
  12.    ply.plyAnim.gotoAndPlay("walk");
  13. }
  14. levelEnd = true;
  15. plyWithin = false;
  16. ply.gotoAndStop("stop");
  17.